home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: 2005 Utilities
/
CHIP Utilities 2005.7z
/
CHIP Utilities 2005.iso
/
images
/
maxblast.igz
/
maxblast.img
/
DM.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
2002-11-26
|
111 b
|
10 lines
@echo off
if "%NOMOUSE%"=="TRUE" goto NMOUSE
dm /ve:32
goto END
:NMOUSE
call dm /ve:32 NOMOUSE
:END